-
Re: Testing feature variations with DirectWrite
I'll inquire. Things work as expected in Notepad (hence GDI), but not in Word on-screen (hence DWrite) or in WordPad (RichEdit).1 -
Re: Color font issue (random scaling of glyphs) in Word and PowerPoint
I reported this to engineers for Office. They were working on some higher priority issues, and then would be working on getting DWriteCore code converged for different platforms, at which point they …1 -
Re: How to implement Bulgarian glyphs with grave that have no unicode (А̀ О̀ У̀ … а̀ о̀ у̀ …)?
Another useful resource is CLDR data for Bulgarian.1 -
Re: Color font issue (random scaling of glyphs) in Word and PowerPoint
What flavour of colour font? COLR? SVG? 'sbix'?2 -
Re: Text center alignment at the font level
By "virtual glyph ID", I simply mean using an integer to reference a "glyph" in a lookup without there necessarily actually being a glyph with that glyph ID. E.g., suppose the fon…1